@media only screen and (max-width: 1235px){
#c_static_001-1650349217834 .e_richText-30{display:none;}
  #c_navigation_0061635239687823 .e_navigationB-27 .p_navItem1{padding: 0 12px;}

}
@-webkit-keyframes scrollToUp {
    0% {
	background-position: 0 0;
}
50% {
	background-position: 0 -258px;
  // 向上滚动则就是图片的高度的负值，否则为图片的宽度，也可以百分比
}
}
@keyframes scrollToUp {
    0% {
	background-position: 0 0;
}
50% {
	background-position: 0 -258px;
}
}
@-webkit-keyframes scrollToUp {
    0% {
	background-position: 0 0;
}
50% {
	background-position: 0 -258px;
  // 向上滚动则就是图片的高度的负值，否则为图片的宽度，也可以百分比
}
}
@keyframes scrollToUp1 {
    0% {
	background-position: -30% 0;
}
50% {
	background-position: 0 0;
}
}
@-webkit-keyframes scrollToUp1 {
    0% {
	background-position: -30% 0;
}
50% {
	background-position: 0 0;
  // 向上滚动则就是图片的高度的负值，否则为图片的宽度，也可以百分比
}
}
@-webkit-keyframes move2 {
    0% {
	margin-top: -35%;
}
50% {
	margin-top: -40%;
}
}
@keyframes move2 {
    0% {
	margin-top: -35%;
}
50% {
	margin-top: -40%;
}
}
@-webkit-keyframes move1 {
    0% {
	margin-top: 0%;
}
50% {
	margin-top: -5%;
}
}
@keyframes move {
    0% {
	margin-top: 0%;
}
50% {
	margin-top: -5%;
}
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1;
    }
    to {
        transform: translate(-50%,10px);
        opacity: 0;
    }
}


@keyframes scrollup {
    from {
        transform: translate(0%,0);
        opacity: 1;
    }
    to {
        transform: translate(-50%,10px);
        opacity: 1;
    }
}


@-webkit-keyframes moveleft {
  0% {
	background-position: 0 0;
}
50% {
	background-position: 100% 0;
}
}
@keyframes moveleft {
  0% {
	background-position: 0 0;
}
50% {
	background-position: 100% 0;
}
}
  